Welcome![Sign In][Sign Up]
Location:
Search - check box mfc

Search list

[GUI DevelopTestCheckButton

Description: 重绘复选框按钮,代码直接使用API,因为是测试,使用了MFC。-repaint check box buttons, the use of API code directly, because it is testing the use of the MFC.
Platform: | Size: 569572 | Author: 王博 | Hits:

[Multimedia programusing_gdi_

Description: CGdiplusFileOpenDialog和CGdiplusFileSaveAsDialog类提供了一个在GDI+的MFC应用程序轻松实现文件打开和保存对话框的方法。 主要特点是: 1、它们可以动态地装入关于支持图像的解码器/编码器和构建文件过滤清单。 2、它们可以获得当前图像编码器标识码(CLSID)以供需要将其作为一个参数的GDI+函数使用。 3、它们可以检查和验证文件名和扩展名。-CGdiplusFileOpenDialog and CGdiplusFileS aveAsDialog category provided a GDI in the MFC applications easier to achieve open and save documents dialog box method. Main features are : 1, which can dynamically loaded on the support image decoder / encoder filter paper and building inventories. 2. They can present image coding device identifier (CLSID) to supply and demand to change its parameters as a letter to the GDI a few use. 3, and they can check to verify file name and extension.
Platform: | Size: 719210 | Author: lilanxia | Hits:

[Dialog_WindowCatWork0506

Description: 计算MDI子窗口数,仅显示文件夹的打开对话框 < 窗口管理 > 1、我正在写一个 MFC 的多文档(MDI)应用。在父窗口中,我如何检查所有的MDI子窗口是否都已经关闭?如果都关闭了,那么我想在我的主窗口激活一个窗格。 2、我正在用 Visual Studio .NET 和 MFC 做一个程序。在我的程序里,用户要选择一个文件夹,并在其中拷贝文件。我可以调用 OpenFileDialog 让用户选择某个文件,但如何让打开对话框只显示文件夹呢?我见过好多安装程序给出的对话框里只显示文件夹,但我好像找不到这样的标志。-calculated MDI window for a few, only showed the folder open dialog lt; Window management gt; One, I was writing a Multiple Document MFC (MDI) applications. The father of the window, how can I check all the MDI window whether son have closure? If the closure of all, I think in my main window activated a pane. 2, I was with Visual Studio.NET and MFC do a procedure. In my programs, and users have to choose a folder, and copies of documents in which. I can call OpenFileDialog to allow users to select a file, but how to open the box only shows that folder? I have seen a lot of the installation process is limited to only the dialog box shown folder, but I do not like the signs.
Platform: | Size: 85107 | Author: 东方旭 | Hits:

[Button controlcheck控制gorup组框-说明

Description: 本程序介绍一个由check组框来控制内部控件使能 在要使用的工程中添加类CCheckableGroupBox 在资源中属于这个组框的控件设置group项目 在使用的类中 坐组框的变量映射 CCheckableGroupBox m_groupD CCheckableGroupBox m_groupQ CCheckableGroupBox m_groupZ 在使用类的初始化中 m_groupZ.SetTitleStyle(BS_AUTOCHECKBOX) //Default to check box already in class m_groupZ.SetGroupID(1) m_groupQ.SetTitleStyle(BS_AUTORADIOBUTTON) m_groupQ.SetGroupID(0) m_groupQ.SetCheck(1) m_groupD.SetTitleStyle(BS_AUTORADIOBUTTON) m_groupD.SetGroupID(0) SetTitleStyle:函数中1BS_AUTOCHECKBOX:为方型框.2BS_AUTORADIOBUTTON:为原型框 SetGroupID函数:参数中为1:不用内部控件不用选择group项目,为0要选择 Setcheck函数:参数为1:enabel,为0:unenable-the procedures introduced by a group check box to control internal controls so as to enable the project to use the added category CCheckableGroupBox resources belonging to the group box set of controls group projects in the category sitting Group variable frame mapping CCheckableGroupBox m_groupD CCheckableGroupBox m_groupQ CCheckableGroupBox m_groupZ the use of the initial category m_groupZ.SetTitleStyle of China (BS_AUTOCHECKBOX)// Default box to check m_groupZ.SetGroupID already in class (1) m_groupQ.SetTitleStyle (BS_AUTORADIOBUTTON) m_groupQ.SetGroupID (0) m_groupQ. SetCheck (1) m_groupD.SetTitleStyle (BS_AUTORADIOBUTTON) m_groupD.SetGroupID (0) SetTitleStyle : 1BS_AUTOCHECKBOX function : a square box .2 BS_AUTORADIOBUTTON : prototype box SetGroupID function : as a parameter : I do
Platform: | Size: 563200 | Author: 张连成 | Hits:

[Dialog_WindowCatWork0506

Description: 计算MDI子窗口数,仅显示文件夹的打开对话框 < 窗口管理 > 1、我正在写一个 MFC 的多文档(MDI)应用。在父窗口中,我如何检查所有的MDI子窗口是否都已经关闭?如果都关闭了,那么我想在我的主窗口激活一个窗格。 2、我正在用 Visual Studio .NET 和 MFC 做一个程序。在我的程序里,用户要选择一个文件夹,并在其中拷贝文件。我可以调用 OpenFileDialog 让用户选择某个文件,但如何让打开对话框只显示文件夹呢?我见过好多安装程序给出的对话框里只显示文件夹,但我好像找不到这样的标志。-calculated MDI window for a few, only showed the folder open dialog lt; Window management gt; One, I was writing a Multiple Document MFC (MDI) applications. The father of the window, how can I check all the MDI window whether son have closure? If the closure of all, I think in my main window activated a pane. 2, I was with Visual Studio.NET and MFC do a procedure. In my programs, and users have to choose a folder, and copies of documents in which. I can call OpenFileDialog to allow users to select a file, but how to open the box only shows that folder? I have seen a lot of the installation process is limited to only the dialog box shown folder, but I do not like the signs.
Platform: | Size: 158720 | Author: 东方旭 | Hits:

[GUI DevelopCustomTree

Description: 是一个 CTreeCtrl 用法的示例,给出了CTreeCtrl与Check Box 和 Radio buttown在一起的用法-CTreeCtrl is an example of usage, and given CTreeCtrl Check Box and Radio buttown together Usage
Platform: | Size: 2978816 | Author: 金鑫 | Hits:

[GUI DevelopTestCheckButton

Description: 重绘复选框按钮,代码直接使用API,因为是测试,使用了MFC。-repaint check box buttons, the use of API code directly, because it is testing the use of the MFC.
Platform: | Size: 569344 | Author: 王博 | Hits:

[Multimedia programusing_gdi_

Description: CGdiplusFileOpenDialog和CGdiplusFileSaveAsDialog类提供了一个在GDI+的MFC应用程序轻松实现文件打开和保存对话框的方法。 主要特点是: 1、它们可以动态地装入关于支持图像的解码器/编码器和构建文件过滤清单。 2、它们可以获得当前图像编码器标识码(CLSID)以供需要将其作为一个参数的GDI+函数使用。 3、它们可以检查和验证文件名和扩展名。-CGdiplusFileOpenDialog and CGdiplusFileS aveAsDialog category provided a GDI in the MFC applications easier to achieve open and save documents dialog box method. Main features are : 1, which can dynamically loaded on the support image decoder/encoder filter paper and building inventories. 2. They can present image coding device identifier (CLSID) to supply and demand to change its parameters as a letter to the GDI a few use. 3, and they can check to verify file name and extension.
Platform: | Size: 718848 | Author: lilanxia | Hits:

[assembly languagehuanyin

Description: 创建MFC,在编辑界面创建所需的控件,并于Properties中将ID,Caption按表填好,给复选和编辑框控件连接变量,对消息处理函数加入指定代码。-Create MFC, in the editing interface to create the necessary controls and Properties Lieutenant ID, Caption completed table to check and edit the control box to connect variables, on the message processing function by adding the specified code.
Platform: | Size: 1991680 | Author: lw | Hits:

[ListView/ListBoxgridctrl_demo225

Description: MFC Grid Control 2.25源代码和Demo用例程序,支持VC6和VS2003。 MFC Grid Control是一款优秀的二维表格控件,每个单元格支持只读编辑框、检查框、日期时间控件、组合框等数据输入类型,还可以自己扩展需要的数据输入类型,此表格控件可以在VC开发的工程中直接使用. -MFC Grid Control 2.25 source code and Demo Example procedures used to support VC6 and VS2003. MFC Grid Control is a good control of two-dimensional form, each cell to support the read-only edit box, check box, date time controls, combo box, such as data input types, but also the need to expand their data entry type, this form control VC developed in direct use projects.
Platform: | Size: 285696 | Author: lch | Hits:

[ListView/ListBoxgridctrl_merge

Description: 为MFC Grid Control增加合并单元格的功能,基于MFC Grid Control 2.24。提供改进后的MFC Grid Control源代码和用例程序,支持VC6。 Adding "Merge cells" support to the MFC GridControl MFC Grid Control是一款优秀的二维表格控件,每个单元格支持只读编辑框、检查框、日期时间控件、组合框等数据输入类型,还可以自己扩展需要的数据输入类型,此表格控件可以在VC开发的工程中直接使用. -For the MFC Grid Control to increase the combined functions of the cell, based on the MFC Grid Control 2.24. Provide improved MFC Grid Control Example source code and the procedures used to support VC6. Adding Merge cells support to the MFC GridControlMFC Grid Control is a good control of two-dimensional form, each cell to support the read-only edit box, check box, date time controls, combo box, such as data input types, but also to expand their own needs data input type, this form control can be developed in the VC direct use projects.
Platform: | Size: 311296 | Author: kmlch | Hits:

[Process-Threadwr

Description: 读者--写者问题,MFC完成的多线程,虽然简单,但功能具全,可以将显示该成进度条,复选框-Readers to write the problem, MFC completed multi-threaded, although simple, but features a whole can be revealed that the into the progress bar, check box
Platform: | Size: 1887232 | Author: 彩霞 | Hits:

[GUI Developaddfontstoctrl

Description: 这是个纯粹的Win32 API 代码,没有用MFC。代码示范了如何改变编辑框,列表框,组合框,静态控制以及单选按钮和复选框控制的字体。此外,代码还示范了通用的字体选择(ChooseFont)对话框编程。 -This is a pure Win32 API code, did not use MFC. Code demonstrated how to change the edit box, list box, combo box, static control, as well as radio buttons and check box control fonts. In addition, the code also demonstrated the common font choices (ChooseFont) dialog programming.
Platform: | Size: 10240 | Author: 段平平 | Hits:

[Windows Developaddfontstoctrl

Description: 这是个纯粹的Win32 API 代码,没有用MFC。代码示范了如何改变编辑框,列表框,组合框,静态控制以及单选按钮和复选框控制的字体。此外,代码还示范了通用的字体选择(ChooseFont)对话框编程。 -This is a pure Win32 API code, and did not use MFC. Code demonstrates how to change the edit box, list box, combo box, static control, and radio buttons and check box controls the font. In addition, the code also demonstrates a common font selection (ChooseFont) dialog programming.
Platform: | Size: 10240 | Author: chenruibin | Hits:

[GUI DevelopGridCtrl

Description: 继承MFCListCtrl, 可编辑的列表框,在列表中可以包括编辑框Edit, 下拉框ComboBox, 单选Radio, 复选CheckBox, IP地址IPAddressCtrl, 进度条(只能显示)-Inheritance MFCListCtrl, editable list box, you can include in the list edit box Edit, drop-down box, ComboBox, Radio Radio, check CheckBox, IP address IPAddressCtrl, the progress bar (only display)
Platform: | Size: 143360 | Author: ZXZ | Hits:

[source in ebookVisual_C--__MFC

Description: 按钮窗口(控件)在MFC中使用CButton表示,CButton包含了三种样式的按钮,Push Button,Check Box,Radio Box。所以在利用CButton对象生成按钮窗口时需要指明按钮的风格。-Button window (controls) in MFC CButton, The CButton includes three styles of button, Push the Button, Check Box, Radio Box. So you need to specify CButton object Generate button window button style.
Platform: | Size: 24576 | Author: 无情 | Hits:

[Otherdlg

Description: 应用mfc基于对话框编写的程序,实现滚动条、单选框、复选框及编辑框的的综合应用,在显示框内显示动态曲线,滚动条控制颜色并将rgb值显示在编辑框-The mfc application based on the dialog box to write the program, scroll bars, radio button, check box and edit box application, dynamic curve of the scroll bar control color and rgb values ​ ​ in the display box in the edit box
Platform: | Size: 4672512 | Author: wgt | Hits:

[Button controlExample23

Description: VS2010中MFC实现按钮控件Button、Radio Button和Check Box- VS2010 MFC button control to achieve Button, Button Radio and Check Box
Platform: | Size: 23822336 | Author: phill | Hits:

[e-languageCheck-box

Description: 在MFC程序界面上画一个形状可以改变,颜色也可以自选的图像。颜色有红绿蓝,形状有圆形,矩形。-Draw a shape on the MFC programming interface can be changed, color also can customize the image.Color has red, green and blue, a round shape and rectangle.
Platform: | Size: 2089984 | Author: 王柯霖 | Hits:

[GUI DevelopCheckComboBox_src

Description: Enhanced MFC combo box control with check box
Platform: | Size: 6005 | Author: starcruises | Hits:
« 12 »

CodeBus www.codebus.net